bitkeeper revision 1.1662.1.19 (42a7fc77l8eaADfKlC54hXF6Q28YRQ)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 9 Jun 2005 08:23:19 +0000 (08:23 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 9 Jun 2005 08:23:19 +0000 (08:23 +0000)
control.c:
  Add debug print to message receive.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6.11-xen-sparse/drivers/xen/netback/control.c

index 7ffaa2f781935b3420cdf1ef7aec8fd93968cde9..9392d5a3d204d7e8f6787fd70ff8f1e91c83fbf0 100644 (file)
@@ -10,6 +10,8 @@
 
 static void netif_ctrlif_rx(ctrl_msg_t *msg, unsigned long id)
 {
+    DPRINTK("Received netif backend message, subtype=%d\n", msg->subtype);
+    
     switch ( msg->subtype )
     {
     case CMSG_NETIF_BE_CREATE: